SQL Add Column on existed Table


USE [DataBase]
GO
ALTER TABLE [TableName] ADD [ColumnName] [Type] [NOT NULL]
GO

#SQL,sql






你可能感興趣的文章

[SqlServer] CSV資料轉置(不失敗方式)

[SqlServer] CSV資料轉置(不失敗方式)

[Release Notes] 20220325_v1 - Support Paypal & Patreon Donation button

[Release Notes] 20220325_v1 - Support Paypal & Patreon Donation button

從找房子理解 ETL scheduling

從找房子理解 ETL scheduling






留言討論